projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05de699
)
No -W by default. A ccidentally commited on 2/28.
author
robertl
<robertl>
Mon, 6 Mar 2006 22:12:57 +0000
(22:12 +0000)
committer
robertl
<robertl>
Mon, 6 Mar 2006 22:12:57 +0000
(22:12 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e063534933cf50326cd3496ed26ae9d0676adf77..8c4a865e92bf1d7d4f480aa4de56063cf3c7da1e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,7
+30,7
@@
OUTPUT_SWITCH=-o #
#
# Enable either or both of these as you wish.
#
-OPTIMIZATION=-O
-W
$(EXTRA_OPTIMIZATION)
+OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
DEBUGGING=-g $(EXTRA_DEBUGGING)
# add -DDEBUG_MEM to turn on memory allocation logging
CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION)